Help > Reference > Macros > Desktop object > Indexes property

Indexes property

This property returns a collection of Index objects. You can use the Indexes collection to access indexes in the Perceptive Search catalog.

Member of

Desktop

Type

Read-Only Variant property (Indexes Collection)

Example

For Each Index in App.Indexes
  Index.IDBFunction "UPDATE"
Next

See Also

Macro Object Model

Desktop